Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated io/ioutil package references #733

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

oxzi
Copy link
Member

@oxzi oxzi commented Apr 8, 2024

The io/ioutil package is deprecated since Go 1.16. All its functions were moved to either the io or os package.

The io/ioutil package is deprecated since Go 1.16. All its functions
were moved to either the io or os package.
@oxzi oxzi requested a review from yhabteab April 8, 2024 13:59
@cla-bot cla-bot bot added the cla/signed label Apr 8, 2024
@julianbrost julianbrost added this to the 1.1.2 milestone Apr 9, 2024
@julianbrost julianbrost merged commit fd4ffda into main Apr 9, 2024
31 checks passed
@julianbrost julianbrost deleted the deprecated-ioutil branch April 9, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants